MM's OS3.9 fixes: console.pch Patches console.device V44.8 (OS3.9 BB2) to V44.9 This patch fixes an ancient bug of console.device which doesn't reset text styles on CSI0m if aSDSS command was used. For example - if you set your console defaults to white text on a black background: 'echo "*e[32;41;>1m*e[ s"' and then you try to print some underlined text followed by plain text: 'echo "*e[4munderlined text*e[0m this text should be plain"' you will get both texts printed as underlined, which is wrong. To apply the patch you can use included install script; remember to place the spatch command somewhere in your path. Also script assumes that original console.device is placed in devs:modules directory under the name of 'OS_Module8'. Original file will be backed up using '.bak' suffix. For questions, bugreports, etc. mail me: bloelle@priv.gold.pl NO WARRANTIES: USE AT YOUR OWN RISK! Have fun, MM